All Questions
Tagged with project-structureweb-development
6 questions
12votes
3answers
571views
How do I start using Git for differing code bases from different servers?
Background: I've recently inherited a set of projects at my company and I'm trying to sort out some fundamental issues with how they've been handled. Namely, the previous developers (who are no longer ...
2votes
1answer
1kviews
Is it better to have separate projects for Frontend and backend?
I am running an ecommerce website built in Java using Spring and Hibernate. If I have to briefly describe current architecture then it is like this: I am having two projects by name - store front and ...
3votes
2answers
2kviews
How to structure an App one back-end & Multiples front-end
I have a big challenge to solve where I have some ideas but I don't know what would be the best solution. Basically I have to develop an application where I have to develop a back-end(web service) ...
3votes
2answers
3kviews
Should I use a single repo when multiple parts of the same project are running on the same server? [duplicate]
I'm planning a project that consists of the following parts: REST API in Lumen Web client in Laravel Product website in Jekyll These separate products are going to be running on the same server. I'd ...
-1votes
2answers
229views
Meaning of directories names
I was looking for a dictionary where are described the meanings and purposes of each directory name used in softwares file trees. I can't find anything except for the Linux FHS, but that is restricted ...
5votes
2answers
948views
Setting up and syncing a developer (local) version and a public version of a website
What is the best and most efficient way to set up two versions of the same website? I want one version that is online and open for everyone to use but I also want a developer version where I can ...